STTiler()
Exception
SetHighestResPixelWidthInMapUnits(double New)
Set the resolution, in ref units, for the highest (most detailed or
bottom step) resolution step of the pyramid.
Parameters:
HighestResPixelWidthInMapUnits -
SetHighestResZoomLevel(int NewHighestResZoomLevel)
Set the number of the highest resolution zoom level step in the pyramid.
Parameters:
New -
SetIgnoreEmptyTiles(boolean New)
Setting this to true will keep the tiler from saving files that are empty (i.e. no data)
Parameters:
New -
SetMode(TILE_PURPOSE New)
Set the mode for how the tiles will be created.
Note: This is not yet supported.
Parameters:
New -
SetNumLevels(int New)
Set the number of levels in the pyramid.
Parameters:
New -
SetTileHeightInPixels(int NewTileHeightInPixels)
The height of the tiles in pixels, the default is 256.
Parameters:
TileHeightInPixels -
SetTileRelativeToReferenceSystem(boolean New)
Set whether to consider the bounds as reference bounds or pixel bounds within the raster.
Parameters:
TileRelativeToReferenceSystem -
SetTileWidthInPixels(int NewTileWidthInPixels)
The width of the tiles in pixels, the default is 256.
Parameters:
TileWidthInPixels -
TileRaster(STRaster TheInput,STBounds TheRefBounds,String FilePath)
Exception
Create a pyramid of tiles from a raster.
Parameters:
TheInput - the raster layer to be tiled
TheLayerBounds - the reference bounds to be tiled. null to use the layer's bounds
FilePath - a full file path, including file extension, for the files to be generated.